yocto: Create correct udev link
authorColin Walters <walters@verbum.org>
Mon, 13 Feb 2012 20:32:32 +0000 (15:32 -0500)
committerColin Walters <walters@verbum.org>
Mon, 13 Feb 2012 20:32:32 +0000 (15:32 -0500)
gnomeos/yocto/classes/gnomeos-contents.bbclass

index 6a389821c16fc0079aed0f6472b51e5d4cd93e72..6e05f5a62ab3994a92095c470533451a52666473 100644 (file)
@@ -120,7 +120,7 @@ fakeroot do_rootfs () {
 
        # Blow away udev from poky in favor of our own
        rm ${IMAGE_ROOTFS}/sbin/udevd
-       ln -s /usr/libexec/udevd ${IMAGE_ROOTFS}/sbin/udev
+       ln -s /usr/libexec/udevd ${IMAGE_ROOTFS}/sbin/udevd
 
        # Random configuration changes here
        sed -i -e 's,^DESTINATION=.*,DESTINATION=\"file\",' ${IMAGE_ROOTFS}/etc/syslog.conf